PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.type3 Package / PDFType3Glyph Class / PDFType3Glyph Constructor / PDFType3Glyph Constructor(int,PDFSize,PDFStandardRectangle,boolean)
In This Topic
    PDFType3Glyph Constructor(int,PDFSize,PDFStandardRectangle,boolean)
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFType3Glyph( 
       int code,
       PDFSize size,
       PDFStandardRectangle bbox,
       boolean coloredGlyph
    )

    Parameters

    code
    size
    bbox
    coloredGlyph
    See Also